home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-31 | 942 b | 63 lines | [TEXT/ttxt] |
- /*
- "Radar Scope"
- This was actually inspired by Yellow Alert. I really liked that one
- it in concept, and liked the look of it, but it was hard to really
- see and feel the music in it when the only thing that varied was the
- color. So I made a similar one where the elevation also varied... And
- just to distinguish it a bit more from Yellow Alert I changed the
- colors as well (red on blue rather then yellow on green).
- - Mike "Belar" Powell
- */
-
- Resn=10,
-
- Durn="4",
-
- CamX="65-80*sin(t * .26 )",
- CamY="20+60*sin(t * .247 )",
- CamZ="85-70*sin( .197 * t )",
-
-
-
- CmLX="-1",
- CmLY=".3",
- CmLZ="-.5",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
- R="1.2 * mag(s) * (1 - dt)",
- G="0",
- B="0",
-
- LvlR="1",
- LvlG="0",
- LvlB="0",
-
- ConL=1, ConB=1,
-
- Blrs=0, BlrB=0,
-
- LWdt="1",
-
- Fall="1",
-
- C0="100 * sin(1.57 * st)", // X rotation
- C1="100 * cos(1.57 * st)", // Y rotation
-
- X="C0 * s",
- Y="C1 * s",
- Z="mag(s) * 15",
-
- widt=640,heig=480,
-
- Scal="900"
-
- ScSz=1,
-
- Pers="250",
-
- Vers=30
-